home *** CD-ROM | disk | FTP | other *** search
/ Internet Warrior 1993 July / Internet Warrior No. 1 July 1993 - Austin Code Works.ISO / tools / archives / splint.arc / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-12  |  64 b   |  4 lines

  1. extern int getopt();
  2. extern int optind;
  3. extern char *optarg;
  4.